Skip to content

(FM-2577) Minor SQL server connection building refactorings #105

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

Iristyle
Copy link
Contributor

No description provided.

Iristyle added 2 commits May 13, 2015 13:21
 - Remove erb template and the code that calls it.  Should have been
   removed in a prior commit, but was accidentally left over.
@cyberious
Copy link
Contributor

Waiting for Travis-CI but 👍

params = {
'Provider' => 'SQLOLEDB.1',
'User ID' => config['admin'],
'Password' => config['pass'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing Persist Security Info and tests failing as a result.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha - will fixup test. Note that I removed Persist Security Info since it has been the default for a long time.

@Iristyle Iristyle force-pushed the ticket/master/FM-2577-remove-sqlcmd-remnants branch 4 times, most recently from a89119f to ca24c1c Compare May 13, 2015 23:08
 - Note that Persist Security Info = False was removed from the
   Connection String since it's already the default.
@Iristyle Iristyle force-pushed the ticket/master/FM-2577-remove-sqlcmd-remnants branch from ca24c1c to 01e6cb6 Compare May 13, 2015 23:15
cyberious added a commit that referenced this pull request May 13, 2015
…lcmd-remnants

(FM-2577) Minor SQL server connection building refactorings
@cyberious cyberious merged commit ec50b3a into puppetlabs:master May 13, 2015
config = {'database' => 'master'}.merge(config)
# Open ADO connection to the SQL Server database
connection_string = "Provider=SQLOLEDB.1;"
connection_string << "Persist Security Info=False;"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this line was lost, never to be found again. @Iristyle @cyberious was that intentional?

@ferventcoder ferventcoder deleted the ticket/master/FM-2577-remove-sqlcmd-remnants branch May 14, 2015 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants